information hiding

کلمات مرتبط(information hiding):بازگشت به واژه information hidinghiding
information

کامپيوتر : يک مفهوم طراحى نرم افزارى که هدف ان کاهش اثرات متقابل بين قسمت هاى يک برنامه استکلمات مرتبط(2)


information hiding

Microsoft Computer Dictionary

n. A design practice in which implementation details for both data structures and algorithms within a module or subroutine are hidden from routines using that module or subroutine, so as to ensure that those routines do not depend on some particular detail of the implementation. In theory, information hiding allows the module or subroutine to be changed without breaking the routines that use it. See also break, module, routine, subroutine.